garbage collector

garbage collector

 英

  • n.收垃圾的
  • 网络垃圾收集器;垃圾回收器;被垃圾回收器

词形变化

复数:garbage collectors  

英汉解释

n.
1.
收垃圾的
un.
1.
〔计〕无用单元收集程序

英英解释

n.

例句

Typically, code in such a method frees system resources that would not automatically be freed by the garbage collector.

通常方法代码释放不能垃圾回收自动释放系统资源

The Metronome garbage collector's performance lets you achieve predictable execution down to a precision of a few milliseconds.

Metronome垃圾收集性能使能够获得预测执行达到毫秒精确度

The first is how often the garbage collector has been called and how much time was spent during garbage collection.

首先调用垃圾收集频率垃圾收集过程花费时间

The programmer has no control over when the destructor is called because this is determined by the garbage collector .

程序员无法控制何时调用构函数因为垃圾回收决定

Having a garbage collector opens the door for a wide variety of features - among those are anonymous functions.

垃圾收集机制打开广阔特色其中一个就是匿名函数

The Garbage Collector does an excellent job of managing memory for you, and it removes unused objects in a very efficient manner.

垃圾收集管理内存方面卓越工作非常高效方式移除未使用对象

The CLR Profiler enables you to view the managed heap of a process and investigate the behavior of the garbage collector .

利用CLR探查可以查看进程托管调查垃圾回收行为

Close files opened by this thread, or dispose of objects that the garbage collector did not reclaim.

关闭线程打开文件释放垃圾回收回收对象

The garbage collector does this for you automatically when the object is no longer being used by the application.

垃圾回收对象不再应用程序使用自动完成这些操作

Reference queues are the garbage collector's primary means of feeding back information to the application about object lifecycle.

引用队列垃圾收集应用程序返回关于对象生命周期信息主要方法

Under the add-in model, the host and add-ins operate as if their own lifetime management was controlled by the garbage collector.

在外程序模型宿主和外接程序运行起来好像它们自己生存期管理垃圾回收控制一样

The TGC provides the best out-of-box throughput for applications running on a JVM by minimizing costs of the garbage collector.

TGC通过最小化垃圾收集成本JVM运行应用程序提供最好流量

The Dispose method does more than free resources: It also notifies the Garbage Collector that the object no longer needs to be finalized.

Dispose方法只是释放资源通知GC这个对象不再需要终结

However, there is always the risk that the garbage collector will get to the object first before a strong reference is re established.

始终存在这样风险垃圾回收重新建立引用之前处理对象

The garbage collector guarantees the resources to invoke this method and that the method will not be interrupted while it is in progress.

保证调用方法资源保证方法执行过程不会中断

Choosing poorly can allow the garbage collector to preempt your NHRTs or cause parts of your system to be starved of CPU.

糟糕选择可能使垃圾收集抢占NHRT导致部分系统耗尽CPU资源

If there were, the garbage collector would ship with that configuration, and tuning would be unnecessary.

如果的话垃圾收集提供配置那么调整没有必要

At this point, the garbage collector's optimizing engine determines whether it is necessary to examine the objects in older generations.

这时候记忆回收行程最佳引擎判断是否需要检查较旧物件

Sorting objects like this allows the garbage collector to examine fewer objects, making each garbage collection quicker.

这样对象分类允许垃圾收集检验对象使每次垃圾收集速度更快

A garbage collector is reflected in the polished marble wall of a building as he rests in Shanghai, China.

中国上海拾荒休息身影映照大厦磨光大理石

However, their usefulness is tempered by the fact that they rely on the sometimes unpredictable behavior of the garbage collector.

然而由于它们依赖垃圾收集行为有时候无法预知所以实用性受到影响

It is good practice to let the garbage collector tune the frequency of its collections.

垃圾回收回收频率进行微调切实可行

The garbage collector performs a collection in an attempt to free address space in generation 0 for the object.

垃圾回收执行回收尝试对象释放第0托管堆中地址空间

Pooling is quite simple: an object is reused instead of allowing it to be reclaimed by the garbage collector.

机制相当简单对象重新使用而不是垃圾回收回收

Heap size and application utilization are important tuning options to consider when running an application on a real-time garbage collector.

实时垃圾收集运行应用程序大小应用程序利用率考虑重要优选

For various reasons, you cannot rely on the Java garbage collector to clean these things up for you.

出于各种原因不能指望Java垃圾收集清理它们

If the sponsor does not respond in the specified time , the garbage collector disposes of the remote object .

如果主办方未能指定时间响应垃圾回收处置远程对象

The best way to understand how an application is utilizing memory is to observe the garbage collector in action.

理解应用程序如何利用内存最好方式观察垃圾收集行动

Therefore, the bottom line is that you can never guarantee that an available object will ever be collected by the garbage collector.

因此概括永远无法保证收集对象总是垃圾收集收集

More specifically, if the Java heap is too small, the garbage collector will not take long to run, but will run more often than it should.

具体如果Java垃圾回收运行时间不会运行合理情况更为频繁

Unlike earlier languages like C and C++ Java uses a garbage collector to reclaim memory that is no longer being used by an application.

早期CC++这些语言不同Java使用垃圾回收回收那些应用程序不再使用内存

Allows an object to attempt to free resources and perform other cleanup operations before the garbage collector reclaims the object .

允许对象垃圾回收回收对象占用资源之前尝试释放资源执行其他清理操作

Method is called or when the device object is finalized and collected by the garbage collector.

方法或者设备对象终结垃圾回收回收

The Garbage Collector runs in its own thread to remove unused memory from your program. It also compacts the managed heap each time it runs.

垃圾收集自己线程运行程序移除未使用内存每次运行压缩托管

Note, however, that it may take multiple runs of the garbage collector before it finds and frees a weakly reachable object.

然而注意垃圾收集可能运行多次才能找到释放对象

PHP has a pretty simple garbage collector, which basically will garbage collect an object when it no longer is in scope.

PHP一个非常简单垃圾收集实际上不再位于内存范围scope对象进行垃圾收集

When he grew up, one day, John said to his mother, "When I finish school, I want to become a garbage collector. "

长大约翰母亲:“毕业一个捡破烂。”

Lazy sweeping improves the response time of the garbage collector and increases its throughput.

懒惰扫描缩短垃圾回收响应时间同时增加吞吐量

Synchronization blocks hold weak references to managed objects and must be scanned by the garbage collector.

同步保留托管对象引用并且必须垃圾回收扫描

My fifth job was as a garbage collector.

第五工作垃圾清理